From 4e6a76e11ed7b1f5a414b41f56c303d064bbe2c7 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Mon, 4 Oct 2021 10:15:51 +0100 Subject: [PATCH] docs: Fix internal links in for GtkLabel's text layout section --- gtk/gtklabel.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gtk/gtklabel.c b/gtk/gtklabel.c index c3f0586fd0..e94615473d 100644 --- a/gtk/gtklabel.c +++ b/gtk/gtklabel.c @@ -2380,7 +2380,7 @@ gtk_label_class_init (GtkLabelClass *class) * * If this property is set to -1, the width will be calculated automatically. * - * See the section on [text layout][label-text-layout] for details of how + * See the section on [text layout](#text-layout) for details of how * [property@Gtk.Label:width-chars] and [property@Gtk.Label:max-width-chars] * determine the width of ellipsized and wrapped labels. */ @@ -2416,7 +2416,7 @@ gtk_label_class_init (GtkLabelClass *class) * * If this property is set to -1, the width will be calculated automatically. * - * See the section on [text layout][label-text-layout] for details of how + * See the section on [text layout](#text-layout) for details of how * [property@Gtk.Label:width-chars] and [property@Gtk.Label:max-width-chars] * determine the width of ellipsized and wrapped labels. */ -- 2.30.2